home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
doors_2
/
wmail220.zip
/
WREM14.ZIP
/
WREMAP.CTL
< prev
next >
Wrap
Text File
|
1992-01-10
|
3KB
|
119 lines
;
;
; Window_Remapper Revision 1.4
;
; By Franco Schinco, FidoNet 2:334/100.0
;
;
; (C) Copyright 1990-92 by Franco Schinco. All Rights Reserved.
;
;
;
;
; +---------------------------------------------------------------------------+
; | SYSTEM CONFIGURATION |
; +---------------------------------------------------------------------------+
;
; +-----------------------------------------+
; | Primary matrix address |
; +-----------------------------------------+
;
; Node specifies the primary address assigned to node or point.
; If it is not assigned to you, DO NOT invent one! Call instead the
; nearer Net coordinator to obtain it.
; A erroneous or not standard node number can create serious problems in
; the network.
;
; Syntax : Node <zone>:<net>/<node>[.<point>]
;
Node 2:334/100.0
;
;
; +-----------------------------------------+
; | Alternate matrix addresses |
; +-----------------------------------------+
;
; Aka specifies up to 10 alternate addresses.
;
; Syntax : Aka <zone>:<net>/<node>[.<point>]
;
Aka 2:334/101.0
; Aka 1:123/456.0
;
;
; +-----------------------------------------+
; | NetMail messages path |
; +-----------------------------------------+
;
; MailPath specifies path where WRemap will find NetMail messages.
; Final backslash can be omitted.
;
; Syntax : MailPath <path>
;
MailPath C:\Opus\Msg\Net
;
;
; +-----------------------------------------+
; | Log file name |
; +-----------------------------------------+
;
; LogFile specifies the name Log file used by WRemap.
; If unspecified, WRemap will not create log file.
;
; Syntax : LogFile <complete filename>
;
LogFile C:\Opus\WRemap.Log
;
;
; +-----------------------------------------+
; | Log file style |
; +-----------------------------------------+
;
; LogStyle indicates the way in which log file will be created.
; Two different valuse are allowed:
;
; 0 : Opus & BinkleyTerm style (default)
; 1 : FrontDoor style
;
; Syntax : LogStyle <n>
;
LogStyle 0
;
;
; +-----------------------------------------+
; | Private net used by points |
; +-----------------------------------------+
;
; PointNet specifies fakenet used to individuate points.
;
; Syntax : PointNet <net>
;
PointNet 24100
;
;
; +-----------------------------------------+
; | List of Points from/to which remap |
; +-----------------------------------------+
;
; The following list shows WRemap the points whose message from/to are
; to be re-addressed.
;
; Syntax : Remap <"Name Surname"> <point>
;
Remap "Stefania Falleni" 1
Remap "Silvan Calarco" 2
Remap "GianFranco Bottini" 4
Remap "Maurizio Codogno" 5
Remap "Sergio Fusero" 6
Remap "Angelo Verdone" 7
Remap "Paolo Sobrito" 8
Remap "Renato Rolando" 9
Remap "Peter Ugone" 10
Remap "Enzo Ciaiolo" 11
Remap "Lorenzo Cavassa" 13
Remap "Efisio Porcu" 15
Remap "Alessandro Peralma" 16
;
;
; * End of Control File *